func strings.trimLeftByte
3 uses
strings (current package)
strings.go#L834: return trimLeftByte(trimRightByte(s, cutset[0]), cutset[0])
strings.go#L851: return trimLeftByte(s, cutset[0])
strings.go#L859: func trimLeftByte(s string, c byte) string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)